No Value showing after discovery

To rebuild the Counters, open Command Prompt with Run as administrator and type:

cd c:\Windows\System32
lodctr /R
cd c:\Windows\SysWOW64
lodctr /R
WINMGMT.EXE /RESYNCPERF

You must stop and start the Performance Logs and Alerts service, open Command Prompt with Run as administrator and type:

net stop pla && net start pla

And the Windows Management Instrumentation service, open Command Prompt with Run as administrator and type:

net stop Winmgmt && net start Winmgmt

If Face Issue while discovering Windows machine and error is “Powershell is not internal or external command”.So need to set powershell environment variable in windows machine which you need to discover.:

My Computer > Properties > Advance System Settings > Environment Variables >

In Path add powershell installation directory location, as below mentioned.

Like my powershell installation location is “C:WindowsSystem32WindowsPowerShellv1.0”

So in Path need to put this path.:

C:\Windows\System32;C:\WINDOWS;C:\WINDOWS\System32\WbeSat;C:\WINDOWS\system32\WindowsPowerShell\v1.0\

Now save it and try to rediscover machine.